Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inherited line-height of inputs #702

Merged
merged 5 commits into from
Apr 25, 2018
Merged

Conversation

cchaos
Copy link
Contributor

@cchaos cchaos commented Apr 25, 2018

line-height: inherited from reset.scss was making inputs get their line-height from their container, which we really only want it to remain “normal”

Before:
screen shot 2018-04-25 at 14 26 13 pm

After:
screen shot 2018-04-25 at 16 50 42 pm

@cchaos cchaos added the bug label Apr 25, 2018
@cchaos cchaos requested a review from snide April 25, 2018 20:51
cchaos added 2 commits April 25, 2018 16:53
`line-height: inherited` from reset.scss was making inputs get their line-height from their container, which we really only want it to remain “normal”
cchaos and others added 3 commits April 25, 2018 16:54
Was the original fix, but changes reset instead
Copy link
Contributor

@snide snide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix.

@cchaos cchaos merged commit 647f24f into elastic:master Apr 25, 2018
@cchaos cchaos deleted the input-fix branch April 25, 2018 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants